home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-iplpdn-framerelay-01.txt < prev    next >
Text File  |  1993-03-21  |  76KB  |  2,243 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.       Network Working Group                                  T. Bradley
  9.       Updates to RFC 1294                                      C. Brown
  10.                                          Wellfleet Communications, Inc.
  11.                                                                A. Malis
  12.                                                      BBN Communications
  13.                                                            January 1993
  14.  
  15.  
  16.      1.  Status of this Memo
  17.  
  18.      This document is an Internet Draft.  Internet Drafts are working
  19.      documents of the Internet Engineering Task Force (IETF), its Areas,
  20.      and its Working Groups.  Note that other groups may also distribute
  21.      working documents as Internet Drafts.
  22.  
  23.      Internet Drafts are draft documents valid for a maximum of six months.
  24.      Internet Drafts may be updated, replaced, or obsoleted by other
  25.      documents at any time.  It is not appropriate to use Internet Drafts
  26.      as reference material or to cite them other than as a ``working
  27.      draft'' or ``work in progress.'' Please check the 1id-abstracts.txt
  28.      listing contained in the internet-drafts Shadow Directories on
  29.      nic.ddn.mil, nnsc.nsf.net, nic.nordu.net, ftp.nisc.sri.com, or
  30.      munnari.oz.au to learn the current status of any Internet Draft.
  31.  
  32.      2.  Abstract
  33.  
  34.      This memo describes an encapsulation method for carrying network
  35.      interconnect traffic over a Frame Relay backbone.  It covers aspects
  36.      of both Bridging and Routing.  Systems with the ability to transfer
  37.      both this encapsulation method, and others must have a prior
  38.      knowledge of which virtual circuits will carry which encapsulation
  39.      method and this encapsulation must only be used over virtual circuits
  40.      that have been explicitly configured for its use.
  41.  
  42.  
  43.      3.  Acknowledgements
  44.  
  45.      Comments and contributions from many sources, especially those from
  46.      Ray Samora of Proteon, Ken Rehbehn of Netrix Corporation, Fred Baker
  47.      and Charles Carvalho of Advanced Computer Communications and Mostafa
  48.      Sherif of AT&T have been incorporated into this document. Special
  49.      thanks to Dory Leifer of University of Michigan for his contributions
  50.      to the resolution of fragmentation issues and Floyd Backes from DEC
  51.      and Laura Bridge from Timeplex for their contributions to the bridging
  52.      descriptions. This document could not have been completed without the
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  65.  
  66.  
  67.      expertise of the IP over Large Public Data Networks working group of
  68.      the IETF.
  69.  
  70.  
  71.      4.  Conventions
  72.  
  73.      The following language conventions are used in the items of
  74.      specification in this document:
  75.  
  76.        o Must, Shall or Mandatory -- the item is an absolute
  77.          requirement of the specification.
  78.  
  79.        o Should or Recommended -- the item should generally be
  80.          followed for all but exceptional circumstances.
  81.  
  82.        o May or Optional -- the item is truly optional and may be
  83.          followed or ignored according to the needs of the
  84.          implementor.
  85.  
  86.  
  87.  
  88.      5.  Introduction
  89.  
  90.      The following discussion applies to those devices which serve as end
  91.      stations (DTEs) on a public or private Frame Relay network (for
  92.      example, provided by a common carrier or PTT).  It will not discuss
  93.      the behavior of those stations that are considered a part of the Frame
  94.      Relay network (DCEs) other than to explain situations in which the DTE
  95.      must react.
  96.  
  97.      The Frame Relay network provides a number of virtual circuits that
  98.      form the basis for connections between stations attached to the same
  99.      Frame Relay network.  The resulting set of interconnected devices
  100.      forms a private Frame Relay group which may be either fully
  101.      interconnected with a complete "mesh" of virtual circuits, or only
  102.      partially interconnected.  In either case, each virtual circuit is
  103.      uniquely identified at each Frame Relay interface by a Data Link
  104.      Connection Identifier (DLCI).  In most circumstances DLCIs have
  105.      strictly local significance at each Frame Relay interface.
  106.  
  107.      The specifications in this document are intended to apply to both
  108.      switched and permanent virtual circuits.
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.      Bradley, Brown, Malis    expires August 1993                  [Page 2]
  118.  
  119.  
  120.  
  121.  
  122.  
  123.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  124.  
  125.  
  126.      6.  Frame Format
  127.  
  128.      All protocols must encapsulate their packets within a Q.922 Annex A
  129.      frame [1,2].  Additionally, frames shall contain information necessary
  130.      to identify the protocol carried within the Protocol Data Unit (PDU),
  131.      thus allowing the receiver to properly process the incoming packet.
  132.      The format shall be as follows:
  133.  
  134.  
  135.                   +-----------------------------+
  136.                   |    flag (7E hexadecimal)    |
  137.                   +-----------------------------+
  138.                   |       Q.922 Address*        |
  139.                   +--                         --+
  140.                   |                             |
  141.                   +-----------------------------+
  142.                   | Control (UI = 0x03)         |
  143.                   +-----------------------------+
  144.                   | Optional Pad      (0x00)    |
  145.                   +-----------------------------+
  146.                   | NLPID                       |
  147.                   +-----------------------------+
  148.                   |             .               |
  149.                   |             .               |
  150.                   |             .               |
  151.                   |           Data              |
  152.                   |             .               |
  153.                   |             .               |
  154.                   +-----------------------------+
  155.                   |   Frame Check Sequence      |
  156.                   +--           .             --+
  157.                   |       (two octets)          |
  158.                   +-----------------------------+
  159.                   |   flag (7E hexadecimal)     |
  160.                   +-----------------------------+
  161.  
  162.            * Q.922 addresses, as presently defined, are two octets and
  163.              contain a 10-bit DLCI.  In some networks Q.922 addresses
  164.              may optionally be increased to three or four octets.
  165.  
  166.  
  167.  
  168.  
  169.      The control field is the Q.922 control field.  The UI (0x03) value is
  170.      used unless it is negotiated otherwise.  The use of XID (0xAF or 0xBF)
  171.  
  172.  
  173.  
  174.  
  175.  
  176.      Bradley, Brown, Malis    expires August 1993                  [Page 3]
  177.  
  178.  
  179.  
  180.  
  181.  
  182.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  183.  
  184.  
  185.      is permitted and is discussed later.
  186.  
  187.      The pad field is used to align the remainder of the frame to a two
  188.      octet boundary. There may be zero or one pad octet within the pad
  189.      field and, if present, must have a value of zero.
  190.  
  191.      The Network Level Protocol ID (NLPID) field is administered by ISO and
  192.      CCITT.  It contains values for many different protocols including IP,
  193.      CLNP and IEEE Subnetwork Access Protocol (SNAP)[10]. This field tells
  194.      the receiver what encapsulation or what protocol follows.  Values for
  195.      this field are defined in ISO/IEC TR 9577 [3]. A NLPID value of 0x00
  196.      is defined within ISO/IEC TR 9577 as the Null Network Layer or
  197.      Inactive Set.  Since it cannot be distinguished from a pad field, and
  198.      because it has no significance within the context of this
  199.      encapsulation scheme, a NLPID value of 0x00 is invalid under the Frame
  200.      Relay encapsulation. The Appendix contains a list of some of the more
  201.      commonly used NLPID values.
  202.  
  203.      There is no commonly implemented maximum frame size for Frame Relay.
  204.      A network must, however, support at least a 262 octet maximum.
  205.      Generally, the maximum will be greater than or equal to 1600 octets,
  206.      but each Frame Relay provider will specify an appropriate value for
  207.      its network.  A Frame Relay DTE, therefore, must allow the maximum
  208.      acceptable frame size to be configurable.
  209.  
  210.      The minimum frame size allowed for Frame Relay is five octets between
  211.      the opening and closing flags.
  212.  
  213.  
  214.      7.  Interconnect Issues
  215.  
  216.      There are two basic types of data packets that travel within the Frame
  217.      Relay network, routed packets and bridged packets.  These packets have
  218.      distinct formats and therefore, must contain an indication that the
  219.      destination may use to correctly interpret the contents of the frame.
  220.      This indication is embedded within the NLPID and SNAP header
  221.      information.
  222.  
  223.      For those protocols that do not have a NLPID already assigned, it is
  224.      necessary to provide a mechanism to allow easy protocol
  225.      identification.  There is a NLPID value defined indicating the
  226.      presence of a SNAP header.
  227.  
  228.      A SNAP header is of the form
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.      Bradley, Brown, Malis    expires August 1993                  [Page 4]
  236.  
  237.  
  238.  
  239.  
  240.  
  241.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  242.  
  243.  
  244.                   +-------------------------------+
  245.                   | Organizationally Unique       |
  246.                   +--             +---------------+
  247.                   | Identifier    | Protocol      |
  248.                   +---------------+---------------+
  249.                   | Identifier    |
  250.                   +---------------+
  251.  
  252.  
  253.      All stations must be able to accept and properly interpret both the
  254.      NLPID encapsulation and the SNAP header encapsulation for a routed
  255.      packet.
  256.  
  257.      The three-octet Organizationally Unique Identifier (OUI) identifies an
  258.      organization which administers the meaning of the Protocol Identifier
  259.      (PID) which follows.  Together they identify a distinct protocol.
  260.      Note that OUI 0x00-00-00 specifies that the following PID is an
  261.      Ethertype.
  262.  
  263.  
  264.  
  265.      7.1.  Routed Frames
  266.  
  267.      Some protocols will have an assigned NLPID, but because the NLPID
  268.      numbering space is so limited, not all protocols have specific NLPID
  269.      values assigned to them. When packets of such protocols are routed
  270.      over Frame Relay networks, they are sent using the NLPID 0x80 (which
  271.      indicates a SNAP follows) followed by SNAP.  If the protocol has an
  272.      Ethertype assigned, the OUI is 0x00-00-00 (which indicates an
  273.      Ethertype follows), and PID is the Ethertype of the protocol in use.
  274.      There will be one pad octet to align the protocol data on a two octet
  275.      boundary as shown below.
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.      Bradley, Brown, Malis    expires August 1993                  [Page 5]
  295.  
  296.  
  297.  
  298.  
  299.  
  300.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  301.  
  302.  
  303.                       Format of Routed Frames
  304.                           with Ethertypes
  305.                   +-------------------------------+
  306.                   |        Q.922 Address          |
  307.                   +---------------+---------------+
  308.                   |Control  0x03  | pad     0x00  |
  309.                   +---------------+---------------+
  310.                   | NLPID   0x80  | OUI     0x00  |
  311.                   +---------------+             --+
  312.                   | OUI  0x00-00                  |
  313.                   +-------------------------------+
  314.                   |           Ethertype           |
  315.                   +-------------------------------+
  316.                   |         Protocol Data         |
  317.                   +-------------------------------+
  318.                   | FCS                           |
  319.                   +-------------------------------+
  320.  
  321.  
  322.  
  323.      In the few cases when a protocol has an assigned NLPID (see appendix),
  324.      48 bits can be saved using the format below:
  325.  
  326.  
  327.  
  328.                    Format of Routed NLPID Protocol
  329.                   +-------------------------------+
  330.                   |        Q.922 Address          |
  331.                   +---------------+---------------+
  332.                   |Control  0x03  |     NLPID     |
  333.                   +---------------+---------------+
  334.                   |         Protocol Data         |
  335.                   +-------------------------------+
  336.                   | FCS                           |
  337.                   +-------------------------------+
  338.  
  339.  
  340.  
  341.      The NLPID encapsulation does not require a pad octet for alignment, so
  342.      none is permitted.
  343.  
  344.      In the case of ISO protocols, the NLPID is considered to be the first
  345.      octet of the protocol data.  It is unnecessary to repeat the NLPID in
  346.      this case.  The single octet serves both as the demultiplexing value
  347.      and as part of the protocol data (refer to "Other Protocols over Frame
  348.  
  349.  
  350.  
  351.  
  352.  
  353.      Bradley, Brown, Malis    expires August 1993                  [Page 6]
  354.  
  355.  
  356.  
  357.  
  358.  
  359.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  360.  
  361.  
  362.      Relay for more details). Other protocols, such as IP, have a NLPID
  363.      defined (0xCC), but it is not part of the protocol itself.
  364.  
  365.  
  366.                     Format of Routed IP Datagram
  367.                   +-------------------------------+
  368.                   |        Q.922 Address          |
  369.                   +---------------+---------------+
  370.                   |Control  0x03  |  NLPID  0xCC  |
  371.                   +---------------+---------------+
  372.                   |          IP Datagram          |
  373.                   +-------------------------------+
  374.                   | FCS                           |
  375.                   +-------------------------------+
  376.  
  377.  
  378.  
  379.      7.2.  Bridged Frames
  380.  
  381.      The second type of Frame Relay traffic is bridged packets. These
  382.      packets are encapsulated using the NLPID value of 0x80 indicating
  383.      SNAP.  As with other SNAP encapsulated protocols, there will be one
  384.      pad octet to align the data portion of the encapsulated frame.  The
  385.      SNAP header which follows the NLPID identifies the format of the
  386.      bridged packet.  The OUI value used for this encapsulation is the
  387.      802.1 organization code 0x00-80-C2.  The PID portion of the SNAP
  388.      header (the two bytes immediately following the OUI) specifies the
  389.      form of the MAC header, which immediately follows the SNAP header.
  390.      Additionally, the PID indicates whether the original FCS is preserved
  391.      within the bridged frame.
  392.  
  393.      The 802.1 organization has reserved the following values to be used
  394.      with Frame Relay:
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.      Bradley, Brown, Malis    expires August 1993                  [Page 7]
  413.  
  414.  
  415.  
  416.  
  417.  
  418.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  419.  
  420.  
  421.                  PID Values for OUI 0x00-80-C2
  422.  
  423.               with preserved FCS   w/o preserved FCS    Media
  424.               ------------------   -----------------    ----------------
  425.               0x00-01              0x00-07              802.3/Ethernet
  426.               0x00-02              0x00-08              802.4
  427.               0x00-03              0x00-09              802.5
  428.               0x00-04              0x00-0A              FDDI
  429.                                    0x00-0B              802.6
  430.  
  431.            In addition, the PID value 0x00-0E, when used with OUI 0x00-80-C2,
  432.            identifies Bridged Protocol Data Units (BPDUs) as defined by
  433.            802.1(d) or 802.1(g)[12].
  434.  
  435.  
  436.      A packet bridged over Frame Relay will, therefore, have one of the
  437.      following formats:
  438.  
  439.  
  440.                    Format of Bridged Ethernet/802.3 Frame
  441.                   +-------------------------------+
  442.                   |        Q.922 Address          |
  443.                   +---------------+---------------+
  444.                   |Control  0x03  | pad     0x00  |
  445.                   +---------------+---------------+
  446.                   | NLPID   0x80  | OUI     0x00  |
  447.                   +---------------+             --+
  448.                   | OUI  0x80-C2                  |
  449.                   +-------------------------------+
  450.                   | PID 0x00-01 or 0x00-07        |
  451.                   +-------------------------------+
  452.                   | MAC destination address       |
  453.                   +-------------------------------+
  454.                   | (remainder of MAC frame)      |
  455.                   +-------------------------------+
  456.                   | LAN FCS (if PID is 0x00-01)   |
  457.                   +-------------------------------+
  458.                   | FCS                           |
  459.                   +-------------------------------+
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.      Bradley, Brown, Malis    expires August 1993                  [Page 8]
  472.  
  473.  
  474.  
  475.  
  476.  
  477.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  478.  
  479.  
  480.                    Format of Bridged 802.4 Frame
  481.                   +-------------------------------+
  482.                   |        Q.922 Address          |
  483.                   +---------------+---------------+
  484.                   |Control  0x03  | pad     0x00  |
  485.                   +---------------+---------------+
  486.                   | NLPID   0x80  | OUI     0x00  |
  487.                   +---------------+             --+
  488.                   | OUI  0x80-C2                  |
  489.                   +-------------------------------+
  490.                   | PID 0x00-02 or 0x00-08        |
  491.                   +---------------+---------------+
  492.                   |  pad  0x00    | Frame Control |
  493.                   +---------------+---------------+
  494.                   | MAC destination address       |
  495.                   +-------------------------------+
  496.                   | (remainder of MAC frame)      |
  497.                   +-------------------------------+
  498.                   | LAN FCS (if PID is 0x00-02)   |
  499.                   +-------------------------------+
  500.                   | FCS                           |
  501.                   +-------------------------------+
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.      Bradley, Brown, Malis    expires August 1993                  [Page 9]
  531.  
  532.  
  533.  
  534.  
  535.  
  536.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  537.  
  538.  
  539.  
  540.                    Format of Bridged 802.5 Frame
  541.                   +-------------------------------+
  542.                   |        Q.922 Address          |
  543.                   +---------------+---------------+
  544.                   |Control  0x03  | pad     0x00  |
  545.                   +---------------+---------------+
  546.                   | NLPID   0x80  | OUI     0x00  |
  547.                   +---------------+             --+
  548.                   | OUI  0x80-C2                  |
  549.                   +-------------------------------+
  550.                   | PID    0x00-03 or 0x00-09     |
  551.                   +---------------+---------------+
  552.                   | pad    0x00   | Frame Control |
  553.                   +---------------+---------------+
  554.                   | MAC destination address       |
  555.                   |             .                 |
  556.                   |             .                 |
  557.                   +-------------------------------+
  558.                   | (remainder of MAC frame)      |
  559.                   +-------------------------------+
  560.                   | LAN FCS (if PID is 0x00-03)   |
  561.                   |                               |
  562.                   +-------------------------------+
  563.                   | FCS                           |
  564.                   +-------------------------------+
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.      Bradley, Brown, Malis    expires August 1993                 [Page 10]
  590.  
  591.  
  592.  
  593.  
  594.  
  595.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  596.  
  597.  
  598.  
  599.                     Format of Bridged FDDI Frame
  600.                   +-------------------------------+
  601.                   |        Q.922 Address          |
  602.                   +---------------+---------------+
  603.                   |Control  0x03  | pad     0x00  |
  604.                   +---------------+---------------+
  605.                   | NLPID   0x80  | OUI     0x00  |
  606.                   +---------------+             --+
  607.                   | OUI  0x80-C2                  |
  608.                   +-------------------------------+
  609.                   | PID 0x00-04 or 0x00-0A        |
  610.                   +---------------+---------------+
  611.                   | pad     0x00  | Frame Control |
  612.                   +---------------+---------------+
  613.                   | MAC destination address       |
  614.                   |             .                 |
  615.                   |             .                 |
  616.                   +-------------------------------+
  617.                   | (remainder of MAC frame)      |
  618.                   +-------------------------------+
  619.                   | LAN FCS (if PID is 0x00-04)   |
  620.                   |                               |
  621.                   +-------------------------------+
  622.                   | FCS                           |
  623.                   +-------------------------------+
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.      Bradley, Brown, Malis    expires August 1993                 [Page 11]
  649.  
  650.  
  651.  
  652.  
  653.  
  654.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  655.  
  656.  
  657.  
  658.                     Format of Bridged 802.6 Frame
  659.                   +-------------------------------+
  660.                   |        Q.922 Address          |
  661.                   +---------------+---------------+
  662.                   | Control 0x03  | pad     0x00  |
  663.                   +---------------+---------------+
  664.                   | NLPID   0x80  | OUI     0x00  |
  665.                   +---------------+             --+
  666.                   | OUI  0x80-C2                  |
  667.                   +-------------------------------+
  668.                   |         PID  0x00-0B          |
  669.                   +---------------+---------------+ -------
  670.                   |   Reserved    |     BEtag     |  Common
  671.                   +---------------+---------------+  PDU
  672.                   |            BAsize             |  Header
  673.                   +-------------------------------+ -------
  674.                   | MAC destination address       |
  675.                   +-------------------------------+
  676.                   | (remainder of MAC frame)      |
  677.                   +-------------------------------+
  678.                   |                               |
  679.                   +-    Common PDU Trailer       -+
  680.                   |                               |
  681.                   +-------------------------------+
  682.                   | FCS                           |
  683.                   +-------------------------------+
  684.  
  685.  
  686.      Note that in bridge 802.6 PDUs, there is only one choice for the PID
  687.      value, since the presence of a CRC-32 is indicated by the CIB bit in
  688.      the header of the MAC frame.
  689.  
  690.      The Common Protocol Data Unit (PDU) Header and Trailer are conveyed to
  691.      allow pipelining at the egress bridge to an 802.6 subnetwork.
  692.      Specifically, the Common PDU Header contains the BAsize field, which
  693.      contains the length of the PDU.  If this field is not available to the
  694.      egress 802.6 bridge, then that bridge cannot begin to transmit the
  695.      segmented PDU until it has received the entire PDU, calculated the
  696.      length, and inserted the length into the BAsize field.  If the field
  697.      is available, the egress 802.6 bridge can extract the length from the
  698.      BAsize field of the Common PDU Header, insert it into the
  699.      corresponding field of the first segment, and immediately transmit the
  700.      segment onto the 802.6 subnetwork.  Thus, the bridge can begin
  701.      transmitting the 802.6 PDU before it has received the complete PDU.
  702.  
  703.  
  704.  
  705.  
  706.  
  707.      Bradley, Brown, Malis    expires August 1993                 [Page 12]
  708.  
  709.  
  710.  
  711.  
  712.  
  713.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  714.  
  715.  
  716.      One should note that the Common PDU Header and Trailer of the
  717.      encapsulated frame should not be simply copied to the outgoing 802.6
  718.      subnetwork because the encapsulated BEtag value may conflict with the
  719.      previous BEtag value transmitted by that bridge.
  720.  
  721.  
  722.                    Format of BPDU Frame
  723.                   +-------------------------------+
  724.                   |         Q.922 Address         |
  725.                   +-------------------------------+
  726.                   |        Control   0x03         |
  727.                   +-------------------------------+
  728.                   |          PAD    0x00          |
  729.                   +-------------------------------+
  730.                   |          NLPID  0x80          |
  731.                   +-------------------------------+
  732.                   |        OUI 0x00-80-C2         |
  733.                   +-------------------------------+
  734.                   |         PID 0x00-0E           |
  735.                   +-------------------------------+
  736.                   |                               |
  737.                   |      BPDU as defined by       |
  738.                   |     802.1(d) or 802.1(g)[12]  |
  739.                   |                               |
  740.                   +-------------------------------+
  741.  
  742.  
  743.  
  744.      8.  Data Link Layer Parameter Negotiation
  745.  
  746.      Frame Relay stations may choose to support the Exchange Identification
  747.      (XID) specified in Appendix III of Q.922 [1].  This XID exchange
  748.      allows the following parameters to be negotiated at the initialization
  749.      of a Frame Relay circuit: maximum frame size N201, retransmission
  750.      timer T200, and the maximum number of outstanding I frames K.
  751.  
  752.      A station may indicate its unwillingness to support acknowledged mode
  753.      multiple frame operation by specifying a value of zero for the maximum
  754.      window size, K.
  755.  
  756.      If this exchange is not used, these values must be statically
  757.      configured by mutual agreement of Data Link Connection (DLC)
  758.      endpoints, or must be defaulted to the values specified in Section 5.9
  759.      of Q.922:
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.      Bradley, Brown, Malis    expires August 1993                 [Page 13]
  767.  
  768.  
  769.  
  770.  
  771.  
  772.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  773.  
  774.  
  775.                        N201: 260 octets
  776.  
  777.                           K:  3 for a 16 Kbps link,
  778.                               7 for a 64 Kbps link,
  779.                              32 for a 384 Kbps link,
  780.                              40 for a 1.536 Mbps or above link
  781.  
  782.                       T200: 1.5 seconds [see Q.922 for further details]
  783.  
  784.  
  785.      If a station supporting XID receives an XID frame, it shall respond
  786.      with an XID response.  In processing an XID, if the remote maximum
  787.      frame size is smaller than the local maximum, the local system shall
  788.      reduce the maximum size it uses over this DLC to the remotely
  789.      specified value.  Note that this shall be done before generating a
  790.      response XID.
  791.  
  792.      The following diagram describes the use of XID to specify non-use of
  793.      acknowledged mode multiple frame operation.
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.      Bradley, Brown, Malis    expires August 1993                 [Page 14]
  826.  
  827.  
  828.  
  829.  
  830.  
  831.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  832.  
  833.  
  834.                Non-use of Acknowledged Mode Multiple Frame Operation
  835.                       +---------------+
  836.                       |    Address    |     (2,3 or 4 octets)
  837.                       |               |
  838.                       +---------------+
  839.                       | Control 0xAF  |
  840.                       +---------------+
  841.                       | format  0x82  |
  842.                       +---------------+
  843.                       | Group ID 0x80 |
  844.                       +---------------+
  845.                       | Group Length  |     (2 octets)
  846.                       |    0x00-0E    |
  847.                       +---------------+
  848.                       |      0x05     |     PI = Frame Size (transmit)
  849.                       +---------------+
  850.                       |      0x02     |     PL = 2
  851.                       +---------------+
  852.                       |    Maximum    |     (2 octets)
  853.                       |   Frame Size  |
  854.                       +---------------+
  855.                       |      0x06     |     PI = Frame Size (receive)
  856.                       +---------------+
  857.                       |      0x02     |     PL = 2
  858.                       +---------------+
  859.                       |    Maximum    |     (2 octets)
  860.                       |   Frame Size  |
  861.                       +---------------+
  862.                       |      0x07     |     PI = Window Size
  863.                       +---------------+
  864.                       |      0x01     |     PL = 1
  865.                       +---------------+
  866.                       |      0x00     |
  867.                       +---------------+
  868.                       |      0x09     |     PI = Retransmission Timer
  869.                       +---------------+
  870.                       |      0x01     |     PL = 1
  871.                       +---------------+
  872.                       |      0x00     |
  873.                       +---------------+
  874.                       |      FCS      |     (2 octets)
  875.                       |               |
  876.                       +---------------+
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.      Bradley, Brown, Malis    expires August 1993                 [Page 15]
  885.  
  886.  
  887.  
  888.  
  889.  
  890.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  891.  
  892.  
  893.      9.  Fragmentation Issues
  894.  
  895.      Fragmentation allows the exchange of packets that are greater than the
  896.      maximum frame size supported by the underlying network.  In the case
  897.      of Frame Relay, the network may support a maximum frame size as small
  898.      as 262 octets.  Because of this small maximum size, it is advantageous
  899.      to support fragmentation and reassembly.
  900.  
  901.      Unlike IP fragmentation procedures, the scope of Frame Relay
  902.      fragmentation procedure is limited to the boundary (or DTEs) of the
  903.      Frame Relay network.
  904.  
  905.      The general format of fragmented packets is the same as any other
  906.      encapsulated protocol.  The most significant difference being that the
  907.      fragmented packet will contain the encapsulation header.  That is, a
  908.      packet is first encapsulated (with the exception of the address and
  909.      control fields) as defined above. Large packets are then broken up
  910.      into frames appropriate for the given Frame Relay network and are
  911.      encapsulated using the Frame Relay fragmentation format.  In this way,
  912.      a station receiving fragments may reassemble them and then put the
  913.      reassembled packet through the same processing path as a packet that
  914.      had not been fragmented.
  915.  
  916.      Within Frame Relay fragments are encapsulated using the SNAP format
  917.      with an OUI of 0x00-80-C2 and a PID of 0x00-0D.  Individual fragments
  918.      will, therefore, have the following format:
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.      Bradley, Brown, Malis    expires August 1993                 [Page 16]
  944.  
  945.  
  946.  
  947.  
  948.  
  949.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  950.  
  951.  
  952.                    +---------------+---------------+
  953.                    |         Q.922 Address         |
  954.                    +---------------+---------------+
  955.                    | Control 0x03  | pad     0x00  |
  956.                    +---------------+---------------+
  957.                    | NLPID   0x80  | OUI     0x00  |
  958.                    +---------------+---------------+
  959.                    | OUI                  0x80-C2  |
  960.                    +---------------+---------------+
  961.                    | PID                  0x00-0D  |
  962.                    +---------------+---------------+
  963.                    |        sequence number        |
  964.                    +-+-------+-----+---------------+
  965.                    |F| RSVD  |offset               |
  966.                    +-+-------+-----+---------------+
  967.                    |    fragment data              |
  968.                    |               .               |
  969.                    |               .               |
  970.                    |               .               |
  971.                    +---------------+---------------+
  972.                    |              FCS              |
  973.                    +---------------+---------------+
  974.  
  975.  
  976.      The sequence field is a two octet identifier that is incremented every
  977.      time a new complete message is fragmented.  It allows detection of
  978.      lost frames and is set to a random value at initialization.
  979.  
  980.      The reserved field is 4 bits long and is not currently defined.  It
  981.      must be set to 0.
  982.  
  983.      The final bit is a one bit field set to 1 on the last fragment and set
  984.      to 0 for all other fragments.
  985.  
  986.      The offset field is an 11 bit value representing the logical offset of
  987.      this fragment in bytes divided by 32. The first fragment must have an
  988.      offset of zero.
  989.  
  990.      The following figure shows how a large IP datagram is fragmented over
  991.      Frame Relay.  In this example, the complete datagram is fragmented
  992.      into two Frame Relay frames.
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.      Bradley, Brown, Malis    expires August 1993                 [Page 17]
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1009.  
  1010.  
  1011.                                  Frame Relay Fragmentation Example
  1012.                                                     +-----------+-----------+
  1013.                                                     |     Q.922 Address     |
  1014.                                                     +-----------+-----------+
  1015.                                                     | Ctrl 0x03 | pad  0x00 |
  1016.                                                     +-----------+-----------+
  1017.                                                     |NLPID 0x80 | OUI 0x00  |
  1018.                                                     +-----------+-----------+
  1019.                                                     | OUI          0x80-C2  |
  1020.                   +-----------+-----------+         +-----------+-----------+
  1021.                   |ctrl 0x03  |NLPID 0xCC |         | PID          0x00-0D  |
  1022.                   +-----------+-----------+         +-----------+-----------+
  1023.                   |                       |         | sequence number   n   |
  1024.                   |                       |         +-+------+--+-----------+
  1025.                   |                       |         |0| RSVD |offset (0)    |
  1026.                   |                       |         +-+------+--+-----------+
  1027.                   |                       |         | ctrl 0x03 |NLPID 0xCC |
  1028.                   |                       |         +-----------+-----------+
  1029.                   |                       |         |   first m bytes of    |
  1030.                   |  large IP datagram    |   ...   |     IP datagram       |
  1031.                   |                       |         |                       |
  1032.                   |                       |         +-----------+-----------+
  1033.                   |                       |         |          FCS          |
  1034.                   |                       |         +-----------+-----------+
  1035.                   |                       |
  1036.                   |                       |         +-----------+-----------+
  1037.                   |                       |         |     Q.922 Address     |
  1038.                   |                       |         +-----------+-----------+
  1039.                   |                       |         | Ctrl 0x03 | pad  0x00 |
  1040.                   +-----------+-----------+         +-----------+-----------+
  1041.                                                     |NLPID 0x80 | OUI 0x00  |
  1042.                                                     +-----------+-----------+
  1043.                                                     | OUI          0x80-C2  |
  1044.                                                     +-----------+-----------+
  1045.                                                     | PID          0x00-0D  |
  1046.                                                     +-----------+-----------+
  1047.                                                     | sequence number   n   |
  1048.                                                     +-+------+--+-----------+
  1049.                                                     |1| RSVD |offset (m/32) |
  1050.                                                     +-+------+--+-----------+
  1051.                                                     |    remainder of IP    |
  1052.                                                     |        datagram       |
  1053.                                                     +-----------+-----------+
  1054.                                                     |          FCS          |
  1055.                                                     +-----------+-----------+
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.      Bradley, Brown, Malis    expires August 1993                 [Page 18]
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1068.  
  1069.  
  1070.      Fragments must be sent in order starting with a zero offset and ending
  1071.      with the final fragment.  These fragments must not be interrupted with
  1072.      other packets or information intended for the same DLC. An end station
  1073.      must be able to re-assemble up to 2K octets and is suggested to
  1074.      support up to 8K octet re-assembly.  If at any time during this re-
  1075.      assembly process, a fragment is corrupted or a fragment is missing,
  1076.      the entire message is dropped.  The upper layer protocol is
  1077.      responsible for any retransmission in this case.  Note that there is
  1078.      no reassembly timer, nor is one needed.  This is because the Frame
  1079.      Relay service is required to deliver frames in order.
  1080.  
  1081.      This fragmentation algorithm is not intended to reliably handle all
  1082.      possible failure conditions.  As with IP fragmentation, there is a
  1083.      small possibility of reassembly error and delivery of an erroneous
  1084.      packet.  Inclusion of a higher layer checksum greatly reduces this
  1085.      risk.
  1086.  
  1087.  
  1088.      10.  Address Resolution
  1089.  
  1090.      There are situations in which a Frame Relay station may wish to
  1091.      dynamically resolve a protocol address.  Address resolution may be
  1092.      accomplished using the standard Address Resolution Protocol (ARP) [6]
  1093.      encapsulated within a SNAP encoded Frame Relay packet as follows:
  1094.  
  1095.  
  1096.                   +-----------------------+-----------------------+
  1097.                   | Q.922 Address                                 |
  1098.                   +-----------------------+-----------------------+
  1099.                   | Control (UI)  0x03    |     pad     0x00      |
  1100.                   +-----------------------+-----------------------+
  1101.                   |  NLPID = 0x80         |                       |  SNAP Header
  1102.                   +-----------------------+  OUI = 0x00-00-00     +  Indicating
  1103.                   |                                               |  ARP
  1104.                   +-----------------------+-----------------------+
  1105.                   |  PID = 0x0806                                 |
  1106.                   +-----------------------+-----------------------+
  1107.                   |                   ARP packet                  |
  1108.                   |                       .                       |
  1109.                   |                       .                       |
  1110.                   |                       .                       |
  1111.                   +-----------------------+-----------------------+
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.      Bradley, Brown, Malis    expires August 1993                 [Page 19]
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1127.  
  1128.  
  1129.      Where the ARP packet has the following format and values:
  1130.  
  1131.  
  1132.                Data:
  1133.                  ar$hrd   16 bits     Hardware type
  1134.                  ar$pro   16 bits     Protocol type
  1135.                  ar$hln    8 bits     Octet length of hardware address (n)
  1136.                  ar$pln    8 bits     Octet length of protocol address (m)
  1137.                  ar$op    16 bits     Operation code (request or reply)
  1138.                  ar$sha   noctets     source hardware address
  1139.                  ar$spa   moctets     source protocol address
  1140.                  ar$tha   noctets     target hardware address
  1141.                  ar$tpa   moctets     target protocol address
  1142.  
  1143.                  ar$hrd - assigned to Frame Relay is 15 decimal
  1144.                            (0x000F) [7].
  1145.  
  1146.                  ar$pro - see assigned numbers for protocol ID number for
  1147.                           the protocol using ARP. (IP is 0x0800).
  1148.  
  1149.                  ar$hln - length in bytes of the address field (2, 3, or 4)
  1150.  
  1151.                  ar$pln - protocol address length is dependent on the
  1152.                           protocol (ar$pro) (for IP ar$pln is 4).
  1153.  
  1154.                  ar$op -  1 for request and 2 for reply.
  1155.  
  1156.                  ar$sha - Q.922 source hardware address, with C/R, FECN,
  1157.                           BECN, and DE set to zero.
  1158.  
  1159.                  ar$tha - Q.922 target hardware address, with C/R, FECN,
  1160.                           BECN, and DE set to zero.
  1161.  
  1162.  
  1163.      Because DLCIs within most Frame Relay networks have only local
  1164.      significance, an end station will not have a specific DLCI assigned to
  1165.      itself.  Therefore, such a station does not have an address to put
  1166.      into the ARP request or reply.  Fortunately, the Frame Relay network
  1167.      does provide a method for obtaining the correct DLCIs. The solution
  1168.      proposed for the locally addressed Frame Relay network below will work
  1169.      equally well for a network where DLCIs have global significance.
  1170.  
  1171.      The DLCI carried within the Frame Relay header is modified as it
  1172.      traverses the network.  When the packet arrives at its destination,
  1173.      the DLCI has been set to the value that, from the standpoint of the
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.      Bradley, Brown, Malis    expires August 1993                 [Page 20]
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1186.  
  1187.  
  1188.      receiving station, corresponds to the sending station.  For example,
  1189.      in figure 1 below, if station A were to send a message to station B,
  1190.      it would place DLCI 50 in the Frame Relay header.  When station B
  1191.      received this message, however, the DLCI would have been modified by
  1192.      the network and would appear to B as DLCI 70.
  1193.  
  1194.  
  1195.                                   ~~~~~~~~~~~~~~~
  1196.                                  (                )
  1197.                +-----+          (                  )             +-----+
  1198.                |     |-50------(--------------------)---------70-|     |
  1199.                |  A  |        (                      )           |  B  |
  1200.                |     |-60-----(---------+            )           |     |
  1201.                +-----+         (        |           )            +-----+
  1202.                                 (       |          )
  1203.                                  (      |         )  <---Frame Relay
  1204.                                   ~~~~~~~~~~~~~~~~         network
  1205.                                         80
  1206.                                         |
  1207.                                      +-----+
  1208.                                      |     |
  1209.                                      |  C  |
  1210.                                      |     |
  1211.                                      +-----+
  1212.                                            Figure 1
  1213.  
  1214.                Lines between stations represent data link connections (DLCs).
  1215.                The numbers indicate the local DLCI associated with each
  1216.                connection.
  1217.  
  1218.  
  1219.               DLCI to Q.922 Address Table for Figure 1
  1220.  
  1221.               DLCI (decimal)  Q.922 address (hex)
  1222.                    50              0x0C21
  1223.                    60              0x0CC1
  1224.                    70              0x1061
  1225.                    80              0x1401
  1226.  
  1227.            If you know about frame relay, you should understand the
  1228.            correlation between DLCI and Q.922 address.  For the
  1229.      uninitiated,
  1230.            the translation between DLCI and Q.922 address is based on a two
  1231.            byte address length using the Q.922 encoding format.  The format
  1232.            is:
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.      Bradley, Brown, Malis    expires August 1993                 [Page 21]
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1245.  
  1246.  
  1247.                 8   7   6   5   4   3    2   1
  1248.               +------------------------+---+--+
  1249.               |  DLCI (high order)     |c/r|ea|
  1250.               +--------------+----+----+---+--+
  1251.               | DLCI (lower) |FECN|BECN|DE |EA|
  1252.               +--------------+----+----+---+--+
  1253.  
  1254.            For ARP and its variants, the FECN, BECN, C/R and DE bits are
  1255.            assumed to be 0.
  1256.  
  1257.      When an ARP message reaches a destination, all hardware addresses will
  1258.      be invalid.  The address found in the frame header will, however, be
  1259.      correct. Though it does violate the purity of layering, Frame Relay
  1260.      may use the address in the header as the sender hardware address.  It
  1261.      should also be noted that the target hardware address, in both ARP
  1262.      request and reply, will also be invalid.  This should not cause
  1263.      problems since ARP does not rely on these fields and in fact, an
  1264.      implementation may zero fill or ignore the target hardware address
  1265.      field entirely.
  1266.  
  1267.      As an example of how this address replacement scheme may work, refer
  1268.      to figure 1.  If station A (protocol address pA) wished to resolve the
  1269.      address of station B (protocol address pB), it would format an ARP
  1270.      request with the following values:
  1271.  
  1272.               ARP request from A
  1273.                 ar$op     1 (request)
  1274.                 ar$sha    unknown
  1275.                 ar$spa    pA
  1276.                 ar$tha    undefined
  1277.                 ar$tpa    pB
  1278.  
  1279.      Because station A will not have a source address associated with it,
  1280.      the source hardware address field is not valid.  Therefore, when the
  1281.      ARP packet is received, it must extract the correct address from the
  1282.      Frame Relay header and place it in the source hardware address field.
  1283.      This way, the ARP request from A will become:
  1284.  
  1285.               ARP request from A as modified by B
  1286.                 ar$op     1 (request)
  1287.                 ar$sha    0x1061 (DLCI 70) from Frame Relay header
  1288.                 ar$spa    pA
  1289.                 ar$tha    undefined
  1290.                 ar$tpa    pB
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.      Bradley, Brown, Malis    expires August 1993                 [Page 22]
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1304.  
  1305.  
  1306.      Station B's ARP will then be able to store station A's protocol
  1307.      address and Q.922 address association correctly.  Next, station B will
  1308.      form a reply message.  Many implementations simply place the source
  1309.      addresses from the ARP request into the target addresses and then
  1310.      fills in the source addresses with its addresses.  In this case, the
  1311.      ARP response would be:
  1312.  
  1313.               ARP response from B
  1314.                 ar$op     2 (response)
  1315.                 ar$sha    unknown
  1316.                 ar$spa    pB
  1317.                 ar$tha    0x1061 (DLCI 70)
  1318.                 ar$tpa    pA
  1319.  
  1320.      Again, the source hardware address is unknown and when the request is
  1321.      received, station A will extract the address from the Frame Relay
  1322.      header and place it in the source hardware address field.  Therefore,
  1323.      the response will become:
  1324.  
  1325.               ARP response from B as modified by A
  1326.                 ar$op     2 (response)
  1327.                 ar$sha    0x0C21 (DLCI 50)
  1328.                 ar$spa    pB
  1329.                 ar$tha    0x1061 (DLCI 70)
  1330.                 ar$tpa    pA
  1331.  
  1332.  
  1333.      Station A will now correctly recognize station B having protocol
  1334.      address pB associated with Q.922 address 0x0C21 (DLCI 50).
  1335.  
  1336.      Reverse ARP (RARP) [8] will work in exactly the same way.  Still using
  1337.      figure 1, if we assume station C is an address server, the following
  1338.      RARP exchanges will occur:
  1339.  
  1340.               RARP request from A             RARP request as modified by C
  1341.                  ar$op  3 (RARP request)         ar$op  3  (RARP request)
  1342.                  ar$sha unknown                  ar$sha 0x1401 (DLCI 80)
  1343.                  ar$spa undefined                ar$spa undefined
  1344.                  ar$tha 0x0CC1 (DLCI 60)         ar$tha 0x0CC1 (DLCI 60)
  1345.                  ar$tpa pC                       ar$tpa pC
  1346.  
  1347.  
  1348.      Station C will then look up the protocol address corresponding to
  1349.      Q.922 address 0x1401 (DLCI 80) and send the RARP response.
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.      Bradley, Brown, Malis    expires August 1993                 [Page 23]
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1363.  
  1364.  
  1365.               RARP response from C            RARP response as modified by
  1366.      A
  1367.                  ar$op  4  (RARP response)       ar$op  4 (RARP response)
  1368.                  ar$sha unknown                  ar$sha 0x0CC1 (DLCI 60)
  1369.                  ar$spa pC                       ar$spa pC
  1370.                  ar$tha 0x1401 (DLCI 80)         ar$tha 0x1401 (DLCI 80)
  1371.                  ar$tpa pA                       ar$tpa pA
  1372.  
  1373.  
  1374.      This means that the Frame Relay interface must only intervene in the
  1375.      processing of incoming packets.
  1376.  
  1377.      In the absence of suitable multicast, ARP may still be implemented.
  1378.      To do this, the end station simply sends a copy of the ARP request
  1379.      through each relevant DLC, thereby simulating a broadcast.
  1380.  
  1381.      The use of multicast addresses in a Frame Relay environment is
  1382.      presently under study by Frame Relay providers.  At such time that the
  1383.      issues surrounding multicasting are resolved, multicast addressing may
  1384.      become useful in sending ARP requests and other "broadcast" messages.
  1385.  
  1386.      Because of the inefficiencies of broadcasting in a Frame Relay
  1387.      environment, a new address resolution variation was developed.  It is
  1388.      called Inverse ARP [11] and describes a method for resolving a
  1389.      protocol address when the hardware address is already known.  In Frame
  1390.      Relay's case, the known hardware address is the DLCI.  Using Inverse
  1391.      ARP for Frame Relay follows the same pattern as ARP and RARP use.
  1392.      That is the source hardware address is inserted at the receiving
  1393.      station.
  1394.  
  1395.      In our example, station A may use Inverse ARP to discover the protocol
  1396.      address of the station associated with its DLCI 50.  The Inverse ARP
  1397.      request would be as follows:
  1398.  
  1399.               InARP Request from A (DLCI 50)
  1400.               ar$op   8       (InARP request)
  1401.               ar$sha  unknown
  1402.               ar$spa  pA
  1403.               ar$tha  0x0C21  (DLCI 50)
  1404.               ar$tpa  unknown
  1405.  
  1406.  
  1407.      When Station B receives this packet, it will modify the source
  1408.      hardware address with the Q.922 address from the Frame Relay header.
  1409.      This way, the InARP request from A will become:
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.      Bradley, Brown, Malis    expires August 1993                 [Page 24]
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1422.  
  1423.  
  1424.               ar$op   8       (InARP request)
  1425.               ar$sha  0x1061
  1426.               ar$spa  pA
  1427.               ar$tha  0x0C21
  1428.               ar$tpa  unknown.
  1429.  
  1430.      Station B will format an Inverse ARP response and send it to station A
  1431.      as it would for any ARP message.
  1432.  
  1433.  
  1434.      11.  IP over Frame Relay
  1435.  
  1436.      Internet Protocol [9] (IP) datagrams sent over a Frame Relay network
  1437.      conform to the encapsulation described previously.  Within this
  1438.      context, IP could be encapsulated in two different ways.
  1439.  
  1440.  
  1441.                   1.  NLPID value indicating IP
  1442.  
  1443.                   +-----------------------+-----------------------+
  1444.                   | Q.922 Address                                 |
  1445.                   +-----------------------+-----------------------+
  1446.                   | Control (UI)  0x03    | NLPID = 0xCC          |
  1447.                   +-----------------------+-----------------------+
  1448.                   | IP Packet             .                       |
  1449.                   |                       .                       |
  1450.                   |                       .                       |
  1451.                   +-----------------------+-----------------------+
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.      Bradley, Brown, Malis    expires August 1993                 [Page 25]
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1481.  
  1482.  
  1483.                   2.  NLPID value indicating SNAP
  1484.  
  1485.                   +-----------------------+-----------------------+
  1486.                   | Q.922 Address                                 |
  1487.                   +-----------------------+-----------------------+
  1488.                   | Control (UI)  0x03    |     pad     0x00      |
  1489.                   +-----------------------+-----------------------+
  1490.                   |  NLPID = 0x80         |                       |  SNAP Header
  1491.                   +-----------------------+  OUI = 0x00-00-00     +  Indicating
  1492.                   |                                               |  IP
  1493.                   +-----------------------+-----------------------+
  1494.                   |  PID = 0x0800                                 |
  1495.                   +-----------------------+-----------------------+
  1496.                   |                   IP packet                   |
  1497.                   |                       .                       |
  1498.                   |                       .                       |
  1499.                   |                       .                       |
  1500.                   +-----------------------+-----------------------+
  1501.  
  1502.  
  1503.      Although both of these encapsulations are supported under the given
  1504.      definitions, it is advantageous to select only one method as the
  1505.      appropriate mechanism for encapsulating IP data.  Therefore, IP data
  1506.      shall be encapsulated using the NLPID value of 0xCC indicating IP as
  1507.      shown in option 1 above.  This (option 1) is more efficient in
  1508.      transmission (48 fewer bits), and is consistent with the encapsulation
  1509.      of IP in X.25.
  1510.  
  1511.  
  1512.      12.  Other Protocols over Frame Relay
  1513.  
  1514.      As with IP encapsulation, there are alternate ways to transmit various
  1515.      protocols within the scope of this definition.  To eliminate the
  1516.      conflicts, the SNAP encapsulation is only used if no NLPID value is
  1517.      defined for the given protocol.
  1518.  
  1519.      As an example of how this works, ISO CLNP has a NLPID defined (0x81).
  1520.      Therefore, the NLPID field will indicate ISO CLNP and the data packet
  1521.      will follow immediately.  The frame would be as follows:
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.      Bradley, Brown, Malis    expires August 1993                 [Page 26]
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1540.  
  1541.  
  1542.                   +---------------------------------------------+
  1543.                   |               Q.922 Address                 |
  1544.                   +----------------------+----------------------+
  1545.                   | Control     (0x03)   | NLPID  - 0x81 (CLNP) |
  1546.                   +----------------------+----------------------+
  1547.                   | remainder of CLNP packet                    |
  1548.                   |                   .                         |
  1549.                   |                   .                         |
  1550.                   +---------------------------------------------+
  1551.  
  1552.  
  1553.      In this example, the NLPID is used to identify the data packet as
  1554.      CLNP.  It is also considered part of the CLNP packet and as such, the
  1555.      NLPID should not be removed before being sent to the upper layers for
  1556.      processing.  The NLPID is not duplicated.
  1557.  
  1558.      Other protocols, such as IPX, do not have a NLPID value defined.  As
  1559.      mentioned above, IPX would be encapsulated using the SNAP header.  In
  1560.      this case, the frame would be as follows:
  1561.  
  1562.  
  1563.                   +---------------------------------------------+
  1564.                   |               Q.922 Address                 |
  1565.                   +----------------------+----------------------+
  1566.                   | Control       0x03   | pad  0x00            |
  1567.                   +----------------------+----------------------+
  1568.                   | NLPID  - 0x80 (SNAP) | OUI - 0x00 00 00     |
  1569.                   +----------------------+                      |
  1570.                   |                                             |
  1571.                   +---------------------------------------------+
  1572.                   | PID = 0x8137                                |
  1573.                   +---------------------------------------------+
  1574.                   |   IPX packet                                |
  1575.                   |                   .                         |
  1576.                   |                   .                         |
  1577.                   +---------------------------------------------+
  1578.  
  1579.  
  1580.  
  1581.      13.  Bridging Model for Frame Relay
  1582.  
  1583.      The model for bridging in a Frame Relay network is identical to the
  1584.      model for remote bridging as described in IEEE P802.1g "Remote MAC
  1585.      Bridging" [13] and supports the concept of "Virtual Ports". Remote
  1586.      bridges with LAN ports receive and transmit MAC frames to and from the
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.      Bradley, Brown, Malis    expires August 1993                 [Page 27]
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1599.  
  1600.  
  1601.      LANS to which they are attached. They may also receive and transmit
  1602.      MAC frames through virtual ports to and from other remote bridges.  A
  1603.      virtual port may represent an abstraction of a remote bridge's point
  1604.      of access to one, two or more other remote bridges.
  1605.  
  1606.      Remote Bridges are statically configured as members of a remote bridge
  1607.      group by management. All members of a remote bridge group are
  1608.      connected by one or more virtual ports. The set of remote MAC bridges
  1609.      in a remote bridge group provides actual or *potential* MAC layer
  1610.      interconnection between a set of LANs and other remote bridge groups
  1611.      to which the remote bridges attach.
  1612.  
  1613.      In a Frame Relay network there must be a full mesh of Frame Relay VCs
  1614.      between bridges of a remote bridge group.  If the frame relay network
  1615.      is not a full mesh, then the bridge network must be divided into
  1616.      multiple remote bridge groups.
  1617.  
  1618.      The frame relay VCs that interconnect the bridges of a remote bridge
  1619.      group may be combined or used individually to form one or more virtual
  1620.      bridge ports.  This gives flexibility to treat the Frame Relay
  1621.      interface either as a single virtual bridge port, with all VCs in a
  1622.      group, or as a collection of bridge ports (individual or grouped VCs).
  1623.  
  1624.      When a sigle virtual bridge port provides the interconnectivity for
  1625.      all bridges of a given remote bridge group (i.e. all VCs are combined
  1626.      into a single virtual port), the standard Spanning Tree Algorithm may
  1627.      be used to determine the state of the virtual port.  When more than
  1628.      one virtual port is configured within a given remote bridge group then
  1629.      an "extended" Spanning Tree Algorithm is required.  Such an extended
  1630.      algorithm is defined in 802.1g [13].  The operation of this algorithm
  1631.      is such that a virtual port is only put into backup if there is a loop
  1632.      in the network external to the remote bridge group.
  1633.  
  1634.      The simplest bridge configuration for a Frame Relay network is the LAN
  1635.      view where all VCs are combined into a single virtual port.  Frames,
  1636.      such as BPDUs,  which would be broadcast on a LAN, must be flooded to
  1637.      each VC (or multicast if the service is developed for Frame Relay
  1638.      services). Flooding is performed by sending the packet to each
  1639.      relevant DLC associated with the Frame Relay interface. The VCs in
  1640.      this environment are generally invisible to the bridge.  That is, the
  1641.      bridge sends a flooded frame to the frame relay interface and does not
  1642.      "see" that the frame is being forwarded to each VC individually.  If
  1643.      all participating bridges are fully connected (full mesh) the standard
  1644.      Spanning Tree Algorithm will suffice in this configuration.
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.      Bradley, Brown, Malis    expires August 1993                 [Page 28]
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1658.  
  1659.  
  1660.      Typically LAN bridges learn which interface a particular end station
  1661.      may be reached on by associating a MAC address with a bridge port.  In
  1662.      a Frame Relay network configured for the LAN-like single bridge port
  1663.      (or any set of VCs grouped together to form a single bridge port),
  1664.      however, the bridge must not only associated a MAC address with a
  1665.      bridge port, but it must also associate it with a connection
  1666.      identifier.  For Frame Relay networks, this connection identifier is a
  1667.      DLCI.  It is unreasonable and perhaps impossible to require bridges to
  1668.      statically configure an association of every possible destination MAC
  1669.      address with a DLC.  Therefore, Frame Relay LAN-modeled bridges must
  1670.      provide a mechanism to allow the Frame Relay bridge port to
  1671.      dynamically learn the associations.  To accomplish this dynamic
  1672.      learning, a bridged packet shall conform to the encapsulation
  1673.      described within section 7.  In this way, the receiving Frame Relay
  1674.      interface will know to look into the bridged packet to gather the
  1675.      appropriate information.
  1676.  
  1677.      A second Frame Relay bridging approach, the point-to-point view,
  1678.      treats each Frame Relay VC as a separate bridge port.  Flooding and
  1679.      forwarding packets are significantly less complicated using the
  1680.      point-to-point approach because each bridge port has only one
  1681.      destination.  There is no need to perform artificial flooding or to
  1682.      associate DLCIs with destination MAC addresses.  Depending upon the
  1683.      interconnection of the VCs, an extended Spanning Tree algorithm may be
  1684.      required to permit all virtual ports to remain active as long as there
  1685.      are no true loops in the topology external to the remote bridge group.
  1686.  
  1687.      It is also possible to combine the LAN view and the point-to-point
  1688.      view on a single Frame Relay interface.  To do this, certain VCs are
  1689.      combined to form a single virtual bridge port while other VCs are
  1690.      independent bridge ports.
  1691.  
  1692.      The following drawing illustrates the different possible bridging
  1693.      configurations.  The dashed lines between boxes represent virtual
  1694.      circuits.
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.      Bradley, Brown, Malis    expires August 1993                 [Page 29]
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1717.  
  1718.  
  1719.  
  1720.                                                  +-------+
  1721.                               -------------------|   B   |
  1722.                              /            -------|       |
  1723.                             /            /       +-------+
  1724.                            /             |
  1725.                  +-------+/              \       +-------+
  1726.                  |   A   |                -------|   C   |
  1727.                  |       |-----------------------|       |
  1728.                  +-------+\                      +-------+
  1729.                            \
  1730.                 \                    +-------+
  1731.                              \                   |   D   |
  1732.                               -------------------|       |
  1733.                                                  +-------+
  1734.  
  1735.  
  1736.  
  1737.  
  1738.      Since there is less than a full mesh of VCs between the bridges in
  1739.      this example, the network must be divided into more than one remote
  1740.      bridge group.  A reasonable configuration is to have bridges A, B, and
  1741.      C in one group, and have bridges A and D in a second.
  1742.  
  1743.      Configuration of the first bridge group combines the VCs
  1744.      interconnection the three bridges (A, B, and C) into a single virtual
  1745.      port.  This is an example of the LAN view configuration.  The second
  1746.      group would also be a single virtual port which simply connects
  1747.      bridges A and D.  In this configuration the standard Spanning Tree
  1748.      Algorithm is sufficient to detect loops.
  1749.  
  1750.      An alternative configuration has three individual virtual ports in the
  1751.      first group corresponding to the VCs interconnecting bridges A, B and
  1752.      C.  Since the application of the standard Spanning Tree Algorithm to
  1753.      this configuration would detect a loop in the topology, an extended
  1754.      Spanning Tree Algorithm would have to be used in order for all virtual
  1755.      ports to be kept active.  Note that the second group would still
  1756.      consist of a single virtual port and the standard Spanning Tree
  1757.      Algorithm could be used in this group.
  1758.  
  1759.      Using the same drawing, one could construct a remote bridge scenario
  1760.      with three bridge groups.  This would be an example of the point-to-
  1761.      point case.  Here, the VC connecting A and B, the VC connecting A and
  1762.      C, and the VC connecting A and D are all bridge groups with a single
  1763.      virtual port.
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.      Bradley, Brown, Malis    expires August 1993                 [Page 30]
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1777.  
  1778.  
  1779.      14.  For Future Study
  1780.  
  1781.      It may be desirable for the two ends of a connection to have the
  1782.      capability to negotiate end-to-end configuration and service
  1783.      parameters.  The actual protocol and parameters to be negotiated will
  1784.      be a topic of future RFCs.
  1785.  
  1786.  
  1787.      15.  Appendix A
  1788.  
  1789.         List of Commonly Used NLPIDs
  1790.  
  1791.            0x00    Null Network Layer or Inactive Set
  1792.                    (not used with Frame Relay)
  1793.            0x80    SNAP
  1794.            0x81    ISO CLNP
  1795.            0x82    ISO ESIS
  1796.            0x83    ISO ISIS
  1797.            0xCC    Internet IP
  1798.  
  1799.         List of PIDs of OUI 00-80-C2
  1800.  
  1801.            with preserved FCS   w/o preserved FCS    Media
  1802.            ------------------   -----------------    --------------
  1803.            0x00-01              0x00-07              802.3/Ethernet
  1804.            0x00-02              0x00-08              802.4
  1805.            0x00-03              0x00-09              802.5
  1806.            0x00-04              0x00-0A              FDDI
  1807.                                 0x00-0B              802.6
  1808.                                 0x00-0D              Fragments
  1809.                                 0x00-0E              BPDUs  as defined by
  1810.                                                        802.1(d) or
  1811.                                                        802.1(g)[12].
  1812.  
  1813.  
  1814.  
  1815.  
  1816.      16.  Appendix B - Connection Oriented procedures.
  1817.  
  1818.  
  1819.      This appendix contains additional information and instructions for
  1820.      using CCITT Q.933 and other CCITT standards for encapsulating data
  1821.      over frame relay.  The information contained here is similar (and in
  1822.      some cases identical) to that found in Annex F to ANSI T1.617 written
  1823.      by Rao Cherukuri of IBM.
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.      Bradley, Brown, Malis    expires August 1993                 [Page 31]
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1836.  
  1837.  
  1838.      The Network Level Protocol ID (NLPID) field is administered by ISO and
  1839.      CCITT.  It contains values for many different protocols including IP,
  1840.      CLNP (ISO 8473) CCITT Q.933, and ISO 8208.  A figure summarizing a
  1841.      generic encapsulation technique over frame relay networks follows.
  1842.      The scheme's flexibility consists in the identification of multiple
  1843.      alternative to identify different protocols used either by
  1844.  
  1845.        - end-to-end systems or
  1846.        - LAN to LAN bride and routers or
  1847.        - a combination of the above.
  1848.  
  1849.      over frame relay networks.
  1850.  
  1851.  
  1852.                                  Q.922 control
  1853.                                       |
  1854.                                       |
  1855.                  --------------------------------------------
  1856.                  |                                          |
  1857.                 UI                                       I Frame
  1858.                  |                                          |
  1859.            ---------------------------------         --------------
  1860.            | 0x08    | 0x81      |0xCC     | 0x80    |..01....    |..10....
  1861.            |         |           |         |         |            |
  1862.           Q.933     CLNP        IP        SNAP     ISO 8208    ISO 8208
  1863.            |                               |       Modulo 8    Modulo 128
  1864.            |                               |
  1865.            --------------------           OUI
  1866.            |                  |            |
  1867.           L2 ID              L3 ID      -------
  1868.            |               User         |     |
  1869.            |               specified    |     |
  1870.            |               0x70        802.3 802.6
  1871.            |
  1872.            -------------------
  1873.            |0x51 |0x4E |     |0x4C
  1874.            |     |     |     |
  1875.           7776  Q.922 Others 802.2
  1876.  
  1877.  
  1878.  
  1879.      For those protocols which do not have a NLPID assigned or do not have
  1880.      a SNAP encapsulation, the NLPID value of 0x08, indicating CCITT
  1881.      Recommendation Q.933 should be used.  The four octets following the
  1882.      NLPID include both layer 2 and layer 3 protocol identification.  The
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.      Bradley, Brown, Malis    expires August 1993                 [Page 32]
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1895.  
  1896.  
  1897.      code points for most protocols are currently defined in ANSI T1.617
  1898.      low layer compatibility information element.  There is also an escape
  1899.      for defining non-standard protocols.
  1900.  
  1901.  
  1902.                       Format of Other Protocols
  1903.                           using Q.933 NLPID
  1904.                   +-------------------------------+
  1905.                   |        Q.922 Address          |
  1906.                   +---------------+---------------+
  1907.                   |Control  0x03  | NLPID   0x08  |
  1908.                   +---------------+---------------+
  1909.                   |          L2 Protocol ID       |
  1910.                   | octet 1       |  octet 2      |
  1911.                   +-------------------------------+
  1912.                   |          L3 Protocol ID       |
  1913.                   | octet 2       |  octet 2      |
  1914.                   +-------------------------------+
  1915.                   |         Protocol Data         |
  1916.                   +-------------------------------+
  1917.                   | FCS                           |
  1918.                   +-------------------------------+
  1919.  
  1920.  
  1921.  
  1922.  
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.      Bradley, Brown, Malis    expires August 1993                 [Page 33]
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  1954.  
  1955.  
  1956.                       ISO 8802/2 with user specified
  1957.                               layer 3
  1958.                   +-------------------------------+
  1959.                   |        Q.922 Address          |
  1960.                   +---------------+---------------+
  1961.                   |Control  0x03  | NLPID   0x08  |
  1962.                   +---------------+---------------+
  1963.                   | 802/2   0x4C  |      0x80     |
  1964.                   +-------------------------------+
  1965.                   |User Spec. 0x70|     Note 1    |
  1966.                   +-------------------------------+
  1967.                   |  DSAP         |     SSAP      |
  1968.                   +-------------------------------+
  1969.                   | Control  (Note 2)             |
  1970.                   +-------------------------------+
  1971.                   |      Remainder of PDU         |
  1972.                   +-------------------------------+
  1973.                   | FCS                           |
  1974.                   +-------------------------------+
  1975.  
  1976.                  Note 1: Indicates the code point for user specified
  1977.                          layer 3 protocol.
  1978.  
  1979.                  Note 2: Control field is two octets for I-format and
  1980.                          S-format frames (see 88002/2)
  1981.  
  1982.  
  1983.  
  1984.      Encapsulations using I frame (layer 2)
  1985.  
  1986.      The Q.922 I frame is for supporting layer 3 protocols which require
  1987.      acknowledged data link layer (e.g. ISO 8208).  The C/R bit (T1.618
  1988.      address) will be used for command and response indications.
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.      Bradley, Brown, Malis    expires August 1993                 [Page 34]
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  2013.  
  2014.  
  2015.                       Format of ISO 8208 frame
  2016.                               Modulo 8
  2017.                   +-------------------------------+
  2018.                   |        Q.922 Address          |
  2019.                   +---------------+---------------+
  2020.                   | ....Control I frame           |
  2021.                   +---------------+---------------+
  2022.                   | 8208 packet (modulo 8) Note 3 |
  2023.                   |                               |
  2024.                   +-------------------------------+
  2025.                   | FCS                           |
  2026.                   +-------------------------------+
  2027.  
  2028.                  Note 3: First octet of 8208 packet also identifies the
  2029.                          NLPID which is "..01....".
  2030.  
  2031.  
  2032.  
  2033.  
  2034.                       Format of ISO 8208 frame
  2035.                               Modulo 128
  2036.                   +-------------------------------+
  2037.                   |        Q.922 Address          |
  2038.                   +---------------+---------------+
  2039.                   | ....Control I frame           |
  2040.                   +---------------+---------------+
  2041.                   | 8208 packet (modulo 128)      |
  2042.                   |          Note 4               |
  2043.                   +-------------------------------+
  2044.                   | FCS                           |
  2045.                   +-------------------------------+
  2046.  
  2047.                  Note 4: First octet of 8208 packet also identifies the
  2048.                          NLPID which is "..10....".
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.      17.  References
  2055.  
  2056.           [1]  International Telegraph and Telephone Consultative Committee,
  2057.                "ISDN Data Link Layer Specification for Frame Mode Bearer
  2058.                Services", CCITT Recommendation Q.922,  19 April 1991 .
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064.  
  2065.      Bradley, Brown, Malis    expires August 1993                 [Page 35]
  2066.  
  2067.  
  2068.  
  2069.  
  2070.  
  2071.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  2072.  
  2073.  
  2074.           [2]  American National Standard For Telecommunications - Integrated
  2075.                Services Digital Network - Core Aspects of Frame Protocol for
  2076.                Use with Frame Relay Bearer Service, ANSI T1.618-1991, 18 June
  2077.                1991.
  2078.  
  2079.  
  2080.           [3]  Information technology - Telecommunications and Information
  2081.                Exchange between systems - Protocol Identification in the
  2082.                Network Layer, ISO/IEC  TR 9577: 1990 (E)  1990-10-15.
  2083.  
  2084.  
  2085.           [4]  Baker, Fred, "Point to Point Protocol Extensions for Bridging",
  2086.                Point to Point Working Group, RFC-1220, April 1991.
  2087.  
  2088.  
  2089.           [5]  International Standard, Information Processing Systems - Local
  2090.                Area Networks - Logical Link Control, ISO 8802-2: 1989 (E), IEEE
  2091.                Std 802.2-1989, 1989-12-31.
  2092.  
  2093.  
  2094.           [6]  Plummer, David C., An Ethernet Address Resolution Protocol",
  2095.                RFC-826, November 1982.
  2096.  
  2097.  
  2098.           [7]  Reynolds, J. and Postel, J., "Assigned Numbers", RFC-1060, ISI,
  2099.                March 1990.
  2100.  
  2101.  
  2102.           [8]  Finlayson, Mann, Mogul, Theimer, "A Reverse Address Resolution
  2103.                Protocol", RFC-903, Stanford University, June 1984.
  2104.  
  2105.  
  2106.           [9]  Postel, J. and Reynolds, J., "A Standard for the Transmission of
  2107.                IP Datagrams over IEEE 802 Networks", RFC-1042, ISI, February
  2108.                1988.
  2109.  
  2110.  
  2111.           [10] IEEE, "IEEE Standard for Local and Metropolitan Area Networks:
  2112.                Overview and architecture", IEEE Standards 802-1990.
  2113.  
  2114.  
  2115.           [11] Bradley, T., and C. Brown, "Inverse Address Resolution
  2116.                Protocol", RFC-1293, Wellfleet Communications, Inc., January
  2117.                1992.
  2118.  
  2119.  
  2120.  
  2121.  
  2122.  
  2123.  
  2124.      Bradley, Brown, Malis    expires August 1993                 [Page 36]
  2125.  
  2126.  
  2127.  
  2128.  
  2129.  
  2130.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  2131.  
  2132.  
  2133.           [12] IEEE, "IEEE Standard for Local and Metropolitan Networks:
  2134.                Media Access Control (MAC) Bridges", IEEE Standard 802.1D-1990.
  2135.  
  2136.  
  2137.           [13] PROJECT 802 - LOCAL AND METROPOLITAN AREA NETWORKS,
  2138.                Draft Standard 802.1G: Remote MAC Bridging, Draft 6,
  2139.                October 12, 1992
  2140.  
  2141.  
  2142.  
  2143.      18.  Security Considerations
  2144.  
  2145.      Security issues are not addressed in this memo.
  2146.  
  2147.  
  2148.      19.  Authors' Addresses
  2149.  
  2150.  
  2151.  
  2152.  
  2153.                     Terry Bradley
  2154.                     Wellfleet Communications, Inc.
  2155.                     15 Crosby Drive
  2156.                     Bedford, MA  01730
  2157.  
  2158.                     Phone:  (617) 280-2401
  2159.  
  2160.                     Email:  tbradley@wellfleet.com
  2161.  
  2162.  
  2163.                     Caralyn Brown
  2164.                     Wellfleet Communications, Inc.
  2165.                     15 Crosby Drive
  2166.                     Bedford, MA  01730
  2167.  
  2168.                     Phone:  (617) 280-2335
  2169.  
  2170.                     Email:  cbrown@wellfleet.com
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182.  
  2183.      Bradley, Brown, Malis    expires August 1993                 [Page 37]
  2184.  
  2185.  
  2186.  
  2187.  
  2188.  
  2189.      Updated 1294       Multiprotocol over Frame Relay           March 1993
  2190.  
  2191.  
  2192.  
  2193.                     Andrew G. Malis
  2194.                     BBN Communications
  2195.                     150 CambridgePark Drive
  2196.                     Cambridge, MA  02140
  2197.  
  2198.                     Phone:  (617) 873-3419
  2199.  
  2200.                     Email: malis@bbn.com
  2201.  
  2202.  
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218.  
  2219.  
  2220.  
  2221.  
  2222.  
  2223.  
  2224.  
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.      Bradley, Brown, Malis    expires August 1993                 [Page 38]
  2243.